home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HamCall (October 1991)
/
HamCall (Whitehall Publishing)(1991).bin
/
telcom
/
gtpower
/
prt.bat
< prev
next >
Wrap
DOS Batch File
|
1987-02-13
|
374b
|
16 lines
CLS
REM PREPARE THE PRINTER TO PRINT Registration Form.
PAUSE
COPY FORM.DOC PRN:
REM
REM PREPARE THE PRINTER TO PRINT Documentation.
PAUSE
COPY READ.ME PRN:
REM PREPARE THE PRINTER TO PRINT More Documentation.
PAUSE
COPY GT*.DOC PRN:
REM PREPARE THE PRINTER TO PRINT More Documentation.
PAUSE
COPY PURSUIT.DOC PRN:
CLS
REM PRINTING FINISHED!